-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(authenticator): add angular support for email mfa #6356
feat(authenticator): add angular support for email mfa #6356
Conversation
|
92ffea5
to
74109a8
Compare
7f27d61
to
c46c2ec
Compare
c46c2ec
to
f69c422
Compare
74109a8
to
b81b5a8
Compare
356e3cf
to
2bdcc03
Compare
Description of changes
The purpose of this pull request is to expand authenticator support for email mfa in the Angular framework.
The Angular authenticator now renders two new screens in response to the two new states added to the state machine in #6317. This update allows completion of email MFA based sign ins, email MFA setup, and the selection challenges that allow users to choose which MFA method to setup or sign in with.
selectMfaType -> SelectMfaType : CONTINUE_SIGN_IN_WITH_MFA_SETUP and CONTINUE_SIGN_IN_WITH_MFA_SELECTION
setupEmail -> SetupEmail : CONTINUE_SIGN_IN_WITH_EMAIL_SETUP
This update also adds a new radio-group-field component for usage specifically in the selectMfaType screen.
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.